NexusPi Git Node
Commit 6fbbfcfb629d9552ccd22836de7ca5b5345d06fb
Parents : 9529fa8
Author : James L <jrl290@gmail.com>
Date : 2026-04-26T21:10:42-04:00
Remove -local env variant; not needed for known Heltec hardware
Changes
Diff
diff --git a/extra_script.py b/extra_script.py
index ed193da..417b680 100755
--- a/extra_script.py
+++ b/extra_script.py
@@ -119,7 +119,7 @@ def device_provision(env):
env.Execute("rnodeconf --product e0 --model e9 --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
elif variant in ("lora32v21", "lora32v21_local"):
env.Execute("rnodeconf --product b1 --model b9 --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
- elif variant in ("heltec32v4", "heltec32v4_local", "heltec_v4", "heltec_v4_local"):
+ elif variant in ("heltec32v4", "heltec_v4"):
env.Execute("rnodeconf --product b1 --model b9 --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
elif variant in ("rak4631", "rak4631_local"):
env.Execute("rnodeconf --product 10 --model 12 --hwrev 1 --rom " + env.subst("$UPLOAD_PORT"))
diff --git a/platformio.ini b/platformio.ini
index ec0ad40..f694ee6 100755
--- a/platformio.ini
+++ b/platformio.ini
@@ -381,30 +381,6 @@ lib_deps =
XPowersLib@^0.2.1
monitor_filters = esp32_exception_decoder
-[env:rtnode_heltec_v4-local]
-platform = espressif32
-board = esp32-s3-devkitc-1
-custom_variant = heltec_v4_local
-board_build.filesystem = littlefs
-board_upload.flash_size = 16MB
-board_upload.maximum_size = 16777216
-board_build.partitions = default_16MB.csv
-board_build.flash_mode = qio
-board_build.psram_type = qio
-board_build.arduino.memory_type = qio_qspi
-build_flags =
- ${env.build_flags}
- -DBOARD_MODEL=BOARD_HELTEC32_V4
- -DARDUINO_USB_CDC_ON_BOOT=1
- -DBOARD_HAS_PSRAM=1
- -DBOUNDARY_MODE
- -DBOUNDARY_TCP_MODE=0
- -DBOUNDARY_TCP_PORT=4242
-lib_deps =
- ${env.lib_deps}
- XPowersLib@^0.2.1
-monitor_filters = esp32_exception_decoder
-
[env:featheresp32]
platform = espressif32
board = featheresp32
Served by rngit 1.4.2 - Generated in 0.01s